home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 168 / library / makefile < prev    next >
Makefile  |  1988-04-30  |  119b  |  6 lines

  1. lib.a: lib.s fmtio.s str.s math.s
  2.   cat fmtio.s lib.s str.s math.s >lib.a
  3.  
  4. gem.a: gem.c
  5.   d:cc.ttp -o gem.a gem.c
  6.